home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / network / userdef.zip / SAMPLE.DAT < prev    next >
Text File  |  1991-07-11  |  1KB  |  43 lines

  1. ;
  2. ; Sample.dat - V1.2 millsm
  3. ;
  4. ; a sample data file for use with 'USERDEF'
  5. ; If the first character on a line is a colon (:) then the line contains either
  6. ;       A hardware address - Compared with your cards HW address.
  7. ;       :GLOBALS - Settings for every station.
  8. ;       :DEFAULT - Settings to use if the card wasn't found in the list.
  9. ;
  10. ; Anything after a semi-colon (;) is ignored
  11. ; Any amount of commands can be listed after an address. Another address
  12. ; will signal the end of the commands.
  13. ;
  14. ; The valid commands are:
  15. ;   set <var>=<setting>    -  Adds the information to the parent's Environment
  16. ;                             Space.  Checks for duplicates. [Case Sensitive]
  17. ;   dos <command>          -  Shells out to do a DOS command. [Case Sensitive]
  18. ;   echo <string>          -  Prints out the string to the screen.
  19. ;
  20.  
  21. :GLOBALS   ; Settings for all stations (not considered a found Address)
  22. echo Assigning printer ports.
  23. dos setprint lpt1 /p:x3700@utility@compctr /b:MillsDude
  24.  
  25. :00:00:C0:C6:02:18; 0x280
  26. set STATION=01
  27.  
  28. :00:00:C0:A3:F4:17; 0x280
  29. set STATION=02
  30.  
  31. :00:00:C0:3D:E8:17; 0x280
  32. set STATION=03
  33.  
  34. :00:00:C0:ED:E2:17; 0x280
  35. set STATION=04
  36.  
  37. :00:00:C0:64:0A:18; 0x280
  38. set STATION=05
  39.  
  40. :DEFAULT     ; for stations not found in the above list of addresses
  41. set STATION=??
  42.